Track filter fix (#363)
* Fix compatibility for track filter GUI<->CLI.
Add a week unit for the track filter move option,
in addition to the existing day, hour, minute and second units.
Allow combination of units for track filter move option, e.g.
1w2d3h4m-5s = 1 week + 2 days + 3 hours + 4 minutes - 5 seconds.
This matches historical use, and is expected by the GUI.
Add the week unit to the GUI track filter ui.
Change the limits on the track filter move specs:
week: +/-10000 (unit didn't exit before)
day,hour,minute,second: +/- 100000 (+/-2000 for day before, +/-100 on others).
This resolves #357.
This resolves #358.
* add documentation for track filter move option.